home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 21 / CU Amiga Magazine's Super CD-ROM 21 (1998)(EMAP Images)(GB)[!][issue 1998-04].iso / CUCD / Online / CheckHTML / SGML / HTML40frameset.dtd < prev    next >
Encoding:
Text File  |  1998-01-25  |  946 b   |  36 lines

  1. <!--
  2.     This is the HTML 4.0 Frameset DTD, which should be
  3.     used for documents with frames. This DTD is identical
  4.     to the HTML 4.0 Transitional DTD except for the
  5.     content model of the "HTML" element: in frameset
  6.     documents, the "FRAMESET" element replaces the "BODY"
  7.     element.
  8.  
  9.           Draft: $Date: 1997/12/11 15:31:11 $
  10.  
  11.           Authors:
  12.               Dave Raggett <dsr@w3.org>
  13.               Arnaud Le Hors <lehors@w3.org>
  14.               Ian Jacobs <ij@w3.org>
  15.  
  16.     Further information about HTML 4.0 is available at:
  17.  
  18.           http://www.w3.org/TR/REC-html40.
  19. -->
  20. <!ENTITY % HTML.Version "-//W3C//DTD HTML 4.0 Frameset//EN"
  21.   -- Typical usage:
  22.  
  23.     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN">
  24.     <html>
  25.     <head>
  26.     ...
  27.     </head>
  28.     <frameset>
  29.     ...
  30.     </frameset>
  31.     </html>
  32. -->
  33.  
  34. <!ENTITY % HTML.Frameset "INCLUDE">
  35. <!ENTITY % HTML4.dtd PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  36. %HTML4.dtd;